home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / texts / hsc.lha / hsc / example / source_hsc / main.hsc < prev    next >
Text File  |  1995-12-20  |  387b  |  23 lines

  1. <*
  2. ** this is the main file of our exmaple project
  3. *>
  4. <$include FILE="macro.hsc">
  5. <WEBPAGE>
  6.  
  7. <HEADING TITLE="Main page">
  8.  
  9. This is the  main page of this example project.
  10. It contains nothing more the two links to the
  11. subpages:
  12.  
  13. <UL>
  14. <LI>The <A HREF="stupid.html">stupid page</A>
  15. <LI>The page of the omnipresent <A HREF="hugo/hugo.html">Hugo</A>
  16. </UL>
  17.  
  18. Life sucks!
  19.  
  20. <FOOTLINE>
  21. </WEBPAGE>
  22.  
  23.